home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / angry / main.dir / 00006_Script_handlers < prev    next >
Text File  |  1999-03-01  |  220b  |  11 lines

  1.  
  2. on autoPuppet theseSprites, toThis
  3.   repeat with a = 1 to count(theseSprites)
  4.     puppetSprite getAt(theseSprites, a), toThis
  5.   end repeat
  6. end
  7.  
  8.  
  9. on name2Num thisName
  10.   return the number of member(thisName)
  11. end